home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 128
/
Vol 128 (Damaged).iso
/
games
/
hello_ki.swf
/
scripts
/
DefineSprite_66
/
frame_2
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-03-26
|
283 b
|
18 lines
n = 1;
while(n < 25)
{
if(n < 10)
{
CardTarget = "_parent.Card0" add n add ".CardMotion";
}
else
{
CardTarget = "_parent.Card" add n add ".CardMotion";
}
tellTarget(CardTarget)
{
gotoAndStop("CardInvisible");
}
n++;
}